object ConnectDialog: TConnectDialog Left = 207 Top = 181 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Connect Network Resource' ClientHeight = 262 ClientWidth = 404 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 250 Top = 55 Width = 79 Height = 13 Caption = '&Available Drives:' FocusControl = ComboBox1 end object Label2: TLabel Left = 250 Top = 175 Width = 49 Height = 13 Caption = '&Password:' FocusControl = PassWord end object Bevel1: TBevel Left = 10 Top = 215 Width = 385 Height = 8 Shape = bsBottomLine end object Label3: TLabel Left = 12 Top = 6 Width = 121 Height = 13 Caption = '&Browse for Network Path:' FocusControl = NetBrowse1 end object Label4: TLabel Left = 250 Top = 130 Width = 56 Height = 13 Caption = '&User Name:' FocusControl = username end object Bevel2: TBevel Left = 250 Top = 115 Width = 145 Height = 7 Shape = bsBottomLine end object Label5: TLabel Left = 250 Top = 5 Width = 68 Height = 13 Caption = '&Network Path:' FocusControl = ComboBox2 end object NetBrowse1: TNetBrowse Left = 10 Top = 20 Width = 231 Height = 191 ResourceType = rtDisk ParentColor = False TabOrder = 0 TabStop = True OnChange = NetBrowse1Change end object BitBtn1: TBitBtn Left = 195 Top = 230 Width = 96 Height = 25 TabOrder = 6 Kind = bkOK end object BitBtn2: TBitBtn Left = 300 Top = 230 Width = 96 Height = 25 TabOrder = 7 Kind = bkCancel end object ComboBox1: TComboBox Left = 250 Top = 70 Width = 146 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 2 OnDrawItem = ComboBox1DrawItem end object PassWord: TEdit Left = 250 Top = 190 Width = 146 Height = 21 PasswordChar = '*' TabOrder = 5 end object ConnectAtLogon: TCheckBox Left = 250 Top = 100 Width = 121 Height = 17 Caption = '&Reconnect At Logon' TabOrder = 3 end object username: TEdit Left = 250 Top = 145 Width = 146 Height = 21 TabOrder = 4 end object ComboBox2: TComboBox Left = 250 Top = 20 Width = 146 Height = 21 ItemHeight = 13 TabOrder = 1 OnChange = ComboBox2DropDown end object BitBtn3: TBitBtn Left = 10 Top = 230 Width = 95 Height = 25 Caption = 'Connect Path' ModalResult = 4 TabOrder = 8 Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 04000000000080000000CE0E0000D80E00000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00999999999999 999999999999999999999000003310000009977777BBB7777789999999970999 99999000000000000099888888888888880987FFFFFFFFFF7880878888888888 7880877777777777788087777777777278808FFFFFFFFFFFF880987777777777 7780998888888888888999999999999999999999999999999999} end end